home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 25
/
AACD 25.iso
/
AACD
/
Magazine
/
Online
/
QMail
/
source
/
newfield.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-15
|
199 b
|
13 lines
#ifndef NEWFIELD_H
#define NEWFIELD_H
#include "stralloc.h"
extern stralloc newfield_date;
extern int newfield_datemake();
extern stralloc newfield_msgid;
extern int newfield_msgidmake();
#endif